@charset "utf-8";
/* css reset */
*{
	margin:0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
.mobile a{
	text-decoration: none;
	color: inherit;
	border:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none;
}
img{
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,main,nav,section,summary,time,
mark,audio,video,textarea {
	display: block;
}
textarea,input,button{
	-webkit-appearance: none; 
}
/*通用样式*/
.mobile .fl{
	float: left;
}
.mobile .fr{
	float: right;
}
.mobile .clear{
	clear:both;
}
.mobile .hide{
	display: none;
}
.mobile .lightgray{
	color:#666;
}
.mobile .deepgray{
	color:#333;
}
			.content{ width:100%;}
.content img{ max-width:100%;}

.mobile{
	width: 100%;
	background: #efefef;
	margin: 0 auto;
	font-family: arial,"Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 14px; overflow:hidden;
}
.wrapper{
	overflow: auto; width:100%;
}
/* head */
header{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	background:#f7f7f7;
	padding: 10px;
	position: fixed;
	z-index: 9999;
	height:60px;
}
.menu{ margin-top:10px;}
.logo{
	display: block;
	width: 60%;
	height:auto;
} 
.logo img{ max-width:100%}
.icon_search{
	display: block;
	width: 2.85rem;
	height: 1.15rem;
	background:url(../Images/search.png) no-repeat center;
	-webkit-background-size: 1.0rem 1.0rem;
	background-size: 1.0rem 1.0rem;
	border-right: 1px solid #cfcfcf;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
}
.icon_menu{
	display: block;
	width: 2.75rem;
	height: 1.15rem;
	background:url(../Images/menu.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 0.625rem;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
}
/*侧边菜单栏*/
.bg_mask{
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,.5);
	z-index: 10000;
}
 .index_menu{
	box-sizing: border-box;
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top:0;
	background:#333;
	z-index: 9999999;
	padding-top: 0.85rem;
	/* display: none; */
	overflow: auto;
}
 .index_menu ul{
	margin-bottom: 2.35rem;	
}
 .index_menu a{
	font-size:14px;
	color: #bdbebe;
	display: block;
	padding: 0.5rem;
	position: relative;
	border-bottom: 1px solid #2a2a2a;
}
 .index_menu li a:after{
	content: "";
	display: block;
	width: 0.25rem;
	height: 0.4rem;
	background:url(../Images/more.png);
	background-size: cover;
	position: absolute;
	top:0.75rem;
	right:0.9rem;
}
 .index_menu p{
	font-size: 14px;
	line-height: 25px;
	color:#7c7c7c;
	padding-left: 0.5rem;
	margin-bottom: 0.35rem;
}
 .index_menu p > span{
	display: block;
	font-size: 14px;
}
/*头部搜索栏*/
.index_search{
	width: 100%;
	height: 101%;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999999;
	background: #f2f4f5;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
	overflow: hidden;
}
.search_show{
	-webkit-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-duration:.7s;
	transition-duration: .7s;
}
.search_hide{
	-webkit-transform:translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
	-webkit-transition-duration:.7s;
	transition-duration: .7s;
}
.index_search .search_content{
	height: 1.25rem;
	padding:1.0rem 0.5rem 0.45rem;
	background:#424355;
}
.search_content span{
	display: block;
	width: 1.0rem;
	height: 0.85rem;
	background: url(../Images/go_back.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.search_content .search_box{
	width: 13.0rem;
	height: 1.2rem;
	border-bottom:1px solid #fff;
}
.search_box input{
	vertical-align: top;
	background:#424355;
	height: 0.9rem;
	font-size: 0.75rem;
	outline: none;
}
.search_box .search_key{
	text-indent: 0.5rem;
	color: #b6b7b7;
}
.search_box .search_btn{
	text-indent: -999px;
	width: 0.9rem;
	height: 0.9rem;
	background:url(../Images/icon_search.png);
	-webkit-background-size: cover;
	background-size: cover;
	float: right;
	margin-right: 0.5rem; 
}
.boiler_classify{
	width: 15.0rem;
	margin:0.7rem auto;
	box-sizing: border-box;
	border: 1px solid #dedfe0;
	border-radius: 4px;
	text-align: center;
}
.boiler_classify a{
	display: block;
}
.boiler_classify span{
	font-size: 14px;
	line-height: 2.0rem;
	color: #666;
}
.boiler_classify span:after{
	content: "";
	display: inline-block;
	width: 0.35rem;
	height: 0.75rem;
	background: url(../Images/icon_more.png) 0 1px no-repeat;
	-webkit-background-size: cover;
	background-size: contain;
	margin-left: 0.75rem;
	vertical-align: middle;
}
.hot_search{
	padding:0 0.5rem;
}
.hot_search span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 0.65rem;
	margin-bottom: 0.7rem;
}
.hot_search a{
	display: inline-block;
	font-size: 14px;
	color: #333;
	border: 1px solid #dedfe0;
	border-radius: 4px;
	line-height: 1.65rem;
	padding: 0 0.4rem;
	margin-bottom:0.45rem;
	margin-right:0.45rem;
}
/* 内容页*/
.content{
	width: 1;
	margin-top: 60px;
}
.current_column{
	height:2.5rem;
	background:#424355;
	font-size:16px;
	line-height: 2.5rem;
	padding-left: 0.5rem;
	color:#b6b7b7;
}
.column{
	padding: 0 0.5rem;
	background: #424355;
}
.column ul{
	overflow: hidden;
	padding-top: 0.375rem;
}
.column ul li{
	float: left;
	height: 2rem;
	width: 47%; margin:1%;
	box-sizing: border-box;
	border: 1px solid #b6b7b7;
	border-radius: 0.1rem;
	color:#b6b7b7;
	margin-bottom: 0.375rem;
}
.column ul li:not(:nth-child(3n)){
	margin-right: 0.375rem;
}
.column ul li.active{
	border-color: #ea665d;
	color:#fafafa;
	background: #ea665d;
}
.column ul li:hover{	border-color: #ea665d;
	color:#fafafa;
	background: #ea665d;
}
.column ul li a{
	display: block;
	font-size: 16px;
	line-height: 2rem;
	text-align: center;
	color:inherit;
}
.main{
	padding:0.5rem 0.5rem 1.25rem;
	background: #fff;
	border-bottom:1px solid #e0e0e0; 
}
.list{overflow:hidden;}

/*微信关注*/
.wechat_share{
	display: none;
	width: 15.4rem;
	height: 12.5rem;
	box-sizing: border-box;
	padding-top: 1.0rem;
	position: fixed;
	background: #fff;
	left:50%;
	margin-left: -7.6rem;
	bottom: 5.0rem;
	z-index: 99999;
}
.wechat_share .btn_close{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background:url(../Images/icon_close.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top:0.6rem;
	right:0.5rem;
}

.wechat_share p{
	color:#333;
	font-size: 0.6rem;
	line-height: 1.1rem;
	text-align: center;
}
.wechat_share p.wechat_name{
	color:#e8635a;
}
.wechat_share img{
	width: 6.05rem;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*返回顶部按钮*/
.back_top{
	width: 40px;
	height:52px;
	position: fixed;
	right: 0;
	bottom: 5.0rem;
	background: url(../Images/go_top.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index:9999;
	display: none;
}


/* foot */
.foot_contact{
	width: 100%;
	height: 3.4rem;
	border-top: 1px solid #e0e0e0;
	background:#fff;
	margin-top: 0.35rem;
}
.foot_contact .call_anytime{
	width: 98%;
	height: 2rem;
	background:#ea665d;
	border-radius: 3px;
	margin:0.625rem auto;
}
.foot_contact .call_anytime p{
	text-align: center;
	font-size: 16px;
	line-height: 2rem;
	color: #fff;
}
.foot_contact div:last-child span{
	font-size: 0.5rem;
	float: left;
	line-height: 0.7rem;
}
.foot_contact .weibo{
	display: block;
	width: 0.8rem;
	height: 0.65rem;
	background:url(../Images/weibo.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin:0 0.4rem 0 0.2rem;
}
.foot_contact .wechat{
	display: block;
	width: 0.8rem;
	height: 0.65rem;
	background:url(../Images/wechat.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foot_contact .web_tab{
	font-size: 0.5rem;
	line-height: 0.7rem;
}
.foot_contact .web_tab i{
	font-size: 0.5rem;
	margin: 0 0.5rem;
}
.copyright{
	height: 3.5rem; 
}
.copyright p{
	font-size: 14px;
	line-height:2rem;
	text-align: center;
}
.foot_fixed{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.foot_fixed ul{
	width: 100%;
	height: 100%;
	background-color:#FAFAFA;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
border-top: 1px solid #cfcfcf;
}
.foot_fixed ul li{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	flex: 1;
	box-sizing: border-box;
	background-repeat: no-repeat;
	-webkit-background-size: 1.45rem;
}
/*.foot_fixed ul li:not(:last-child){
	border-right:1px solid #bdbebe;
}*/
.foot_fixed ul li:first-child{
	background-image:url(../Images/home_2.png);
	background-size: 1.8rem;
    background-position:center 0.1rem;
}
.foot_fixed ul li:nth-child(2){
	background-image:url(../Images/products_2.png);
	background-size: 1.3rem;
    background-position: center 0.35rem;
}
.foot_fixed ul li:nth-child(3){
	background-image:url(../Images/projects_2.png);
	background-size: 1.5rem;
    background-position: center 0.25rem;
}
.foot_fixed ul li:nth-child(4){
	background-image:url(../Images/markting_2.png);
	    background-size: 1.5rem;
    background-position: center 0.25rem;
}
.foot_fixed ul li:last-child{
	background-image: url(../Images/phone_2.png);
	background-size: 1.2rem;
    background-position: center 0.3rem;
}
.foot_fixed a{
	display: block;
	height: 100%;
}
.foot_fixed li span{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	padding-top:30px;
}


/* 11.3  搜索页面样式 */
.keyboard{
	color:#f00;
}
.search_list li{
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 0.5rem;

}
.search_list li h3{
	font-size: 0.75rem;
	color:#333;
	padding: 0.2rem 0;
	line-height: 1.2;
}
.search_list li p{
	font-size: 14px;
	color: #666;
	line-height: 1rem;
	padding-bottom: .25rem;
	text-align: justify;
}
.page{
	width: -webkit-fit-content;
	margin: 0 auto;
	overflow: hidden;
	margin: 2rem auto; text-align:center;
}
.page:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.page b{
	font-size: 12px;
	padding: 0.1rem 0.35rem;
	color: #fff;
	border: 1px solid #ea665d;
	background:#ea665d;
	margin-right: 0.3rem;
}
.page a,.page span{
	font-size: 12px;
	padding: 0.2rem 0.6rem;
	box-sizing: border-box;
	color:#8a8a8a;
	border: 1px solid;
	margin-right: 0.3rem;
	/* margin-left: .3rem; */
}
@media screen and (min-width:768px){
	.container,.wrapper, .header .hdbox, .btpro, .cpnav,.ftbox {width: 1190px;margin: 0 auto;overflow: hidden}
	.hbuy p{padding:10px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;line-height:26px;font-size: 14px;}
	.footer-c{margin-top:40px;height:60px;}
	.footer-c{ height:auto;}
	}
@media only screen and (max-width: 767px){
	.copyright{
 margin-bottom:60px;
}
